﻿body {
    padding-top: 132px;
}

header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 777;
    font-family:STHeiti;
}

header nav {
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    /* max-height: 132px; */
    border: none !important;
}

header .container-fluid {
    padding: 0 40px;
    height: 132px;
    background: #ffffff;
    transition: all .3s ease;
}

header .nav_scroll {
    height: 100px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .15);
}

header .container-fluid .top {
    height: 88px;
    position: relative;
    float: left;
    width: 100%;
    transition: all .3s ease;
}

header .nav_scroll .top {
    height: 66px;
}

header .container-fluid .top .logo {
    position: relative;
    height: 100%;
    float: left;
}

header .container-fluid .top .logo a {
    position: relative;
    float: left;
    cursor: pointer;
    margin-top: 34px;
    transition: all .3s ease;
}

header .nav_scroll .top .logo a {
    margin-top: 26px;
}

header .container-fluid .top .logo a img {
    width: 400px;
    height: 54px;
    object-fit: cover;
    position: relative;
    float: left;
    transition: all .3s ease;
}

header .nav_scroll .top .logo a img {
    height: 40px;
    width: 300px;
}

header .container-fluid .top .language {
    position: absolute;
    /* width: 530px; */
    height: 24px;
    transform: translateY(-50%);
    display: block;
    top: 50%;
    right: 0;
}

header .container-fluid .top .language ul {
    position: relative;
    float: left;
    list-style: none;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
}

header .container-fluid .top .language ul li {
    padding: 0 12px 0 10px;
    position: relative;
    display: inline-block;
}

header .container-fluid .top .language ul li a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 1.4rem;
    overflow: hidden;
    line-height: 24px;
    color: #000000;
}

header .container-fluid .top .language ul li a.active {
    color: #8ac731;
    font-weight: 700;
}

header .container-fluid .top .language ul li a:hover {
    color: #8ac731;
    text-decoration: none;
}

header .container-fluid .top .language ul li a.active::after,
header .container-fluid .top .language ul li a:hover::after {}

header .container-fluid .top .language ul li a img {
    width: 24px;
    height: 24px;
    position: relative;
    float: left;
    object-fit: cover;
    margin: 0 12px;
}

header .container-fluid .top .language ul li:last-child {
    padding: 0;
    float: right;
}

header .container-fluid .top .language ul li .logo_en img {
    width: 329px;
    height: 20px;
    margin: 2px 0 0 0;
}

header .container-fluid .nav_options {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 44px;
    padding-right: 25px;
}

header .container-fluid .nav_options ul {
    position: relative;
    float: right;
    /* width: 700px; */
    padding-left: 0;
    list-style: none;
}

header .container-fluid .nav_options ul li {
    position: relative;
    float: left;
    /* width: 80px; */
    display: block;
    /* width: 94px; */
}

header .container-fluid .nav_options ul li a {
    position: relative;
    float: left;
    /* width: 80px; */
    display: block;
    padding: 0 15px;
    /* line-height: 30px; */
    text-align: center;
    font-size: 18px;
    /* -webkit-transition: all .3s ease;
    transition: all .3s ease; */
    cursor: pointer;
    color: #000000;
}

header .nav_scroll .nav_options ul li a {
    line-height: 35px;
}

/* header .container-fluid .nav_options ul li:hover ul{
    display: block;
} */

header .container-fluid .nav_options ul li a:hover {
    color: #8ac731;
    text-decoration: none;
    font-weight: 700;
}

header .container-fluid .nav_options ul li a.active {
    color: #8ac731;
    font-weight: 700;
}

header .container-fluid .nav_options ul li a.active2 {
    color: #8ac731;
    font-weight: 700;
}

header .container-fluid .nav_options ul li ul {
    display: none;
    transition: all .3s ease;
    overflow: hidden;
    width: 100%;
    position: relative;
    opacity: 0;
    float: left;
    padding: 0;
    margin: 0;
    background: #f4f4f4;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, .15); */
}

header .container-fluid .nav_options ul li ul li {
    height: 30px;
    width: 100%;
    position: relative;
    float: left;
}

header .container-fluid .nav_options ul li ul li a {
    height: 30px;
    line-height: 30px;
    width: 100%;
    position: relative;
    float: left;
    display: block;
    text-align: center;
}

header .container-fluid .nav_options ul li ul li a:hover {
    background: #8ac731;
    color: #fff;
}

.bottom_logo {
    display: none;
    height: 30px;
    width: 100%;
    position: relative;
    float: left;
    border-top: 1px solid #e9e9e9;
}

.bottom_logo img {
    height: 12px;
    width: 100px;
    display: block;
    object-fit: cover;
    margin-top: 9px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.pulldown_panel {
    height: 0;
    width: 100%;
    background: #f3f3f3;
    top: 100%;
    left: 0;
    right: 0;
    position: absolute;
    overflow: hidden;
    transition: all 0.3s;
    opacity: 0;
}

.pulldown_panel.on {
    height: 134px;
    transition: all 0.3s;
    opacity: 1;
}

.pulldown_panel.on.on_on {
    height: 384px;
    overflow: visible;
}

.pulldown_panel ul {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 134px;
    position: relative;
}

.pulldown_panel ul li {
    position: relative;
    width: 25%;
    height: 100%;
    float: left;
}

.pulldown_panel ul li a {
    text-align: center;
    display: block;
    position: relative;
    line-height: 134px;
    height: 100%;
    font-size: 18px;
    color: #444444;
}

.pulldown_panel ul li img {
    position: absolute;
    left: 50%;
    top: 70%;
    width: 20px;
    height: 20px;
    object-fit: cover;
    transform: translate(-50%, -50%);

}

.pulldown_panel ul li a:hover {
    color: #8ac731;
    text-decoration: none;
}

.pulldown_panel ul li:nth-child(1)::after {
    height: 100px;
    width: 2px;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
    position: absolute;
    background: #8ac731;
    content: '';
}

.pulldown_panel ul li:nth-child(1) a {
    font-size: 32px;
    color: #8ac731;
}

.pulldown_panel .pulldown_panel2 {
    position: relative;
    float: left;
    width: 100%;
    background: #f3f3f3;
    overflow: hidden;
    height: 250px;
    opacity: 1;
    display: none;
}

.pulldown_panel .pulldown_panel3{
    display: none;
}

/* .pulldown_panel .pulldown_panel2.on{
    height: 250px;
    opacity: 1;
} */

.pulldown_panel .pulldown_panel2 ul li {
    max-height:60px;
    line-height: 30px;
    margin-bottom: 10px;
}

.pulldown_panel .pulldown_panel2 ul li:nth-child(1),
.pulldown_panel .pulldown_panel2 ul li:nth-child(4),
.pulldown_panel .pulldown_panel2 ul li:nth-child(7),
.pulldown_panel .pulldown_panel2 ul li:nth-child(10),
.pulldown_panel .pulldown_panel2 ul li:nth-child(13),
.pulldown_panel .pulldown_panel2 ul li:nth-child(16),
.pulldown_panel .pulldown_panel2 ul li:nth-child(19) {
    margin-left: 25%;
}

.pulldown_panel .pulldown_panel2 ul li a {
    text-align: left;
    font-size: 14px;
    padding-left: 20px;
    position: relative;
    
    line-height: 30px;
}

.pulldown_panel .pulldown_panel2 ul li a:hover {
    color: #8ac731 !important;
}

.pulldown_panel .pulldown_panel2 ul li a::after {
    left: 0;
    top: 15px;
    transform: translateY(-50%);
    position: absolute;
    background: #8ac731;
    height: 2px;
    width: 4px;
    content: '';
}

.pulldown_panel .pulldown_panel2 ul li:nth-child(1) a {
    font-size: 14px;
    color: #444444;
}

.pulldown_panel .pulldown_panel2 ul li:nth-child(1)::after {
    display: none;
}

.pulldown_panel .product_on.active2 a {
    color: #8ac731;
}

.pulldown_panel .product_on3.active2 a {
    color: #8ac731;
}

/* 标题 */
.title_panel {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 60px;
    margin-top: 30px;
}

.title_panel p::after {
    content: '';
    position: absolute;
    left: -70px;
    height: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    background: #8ac731;
}

.title_panel p::before {
    content: '';
    position: absolute;
    right: -70px;
    height: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    background: #8ac731;
}

.title_panel p {
    height: 64px;
    line-height: 64px;
    position: relative;
    float: left;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
    font-size: 36px;
    display: inline-block;
    text-align: center;
}


/* 尾部 */
footer {
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 10px #8ac731 solid;
    font-family: SimSun;
}

footer .share_panel {
    position: relative;
    padding: 10px 40px;
    background: #e2e2e2;
    float: left;
    height: 50px;
    width: 100%;
}

footer .share_panel ul {
    margin: 0;
    padding: 0;
    border: none;
    position: relative;
    width: 100%;
    float: left;
    list-style: none;
    height: 30px;
}

footer .share_panel ul li {
    position: relative;
    float: left;
    width: 62px;
    height: 20px;
    /* margin-top: 5px; */
    margin: 5px;
    font-size: 15px;
    border-radius: 3px;
    overflow: hidden;
}


footer .share_panel ul li:first-child {
    padding-left: 30px;
    width: 85px;
    line-height: 20px;
}

footer .share_panel ul li:first-child::after {
    background: url('../img/share.png');
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

footer .share_panel ul li img {
    width: 62px;
    height: 20px;
    position: relative;
    float: left;
    object-fit: cover;
}

footer .foot_opstion {
    background: #f3f3f3;
    padding: 50px 40px 30px 40px;
    position: relative;
    float: left;
    width: 100%;
}

.opstion_panel {
    position: relative;
    float: left;
    width: 100%;
}

footer .foot_opstion ul {
    padding: 0;
    width: 25%;
    border-left: 1px solid #d3d3d3;
    padding: 15px 30px;
    list-style: none;
    position: relative;
    float: left;
    /* margin: 0 0 20px 0; */
    margin: 0;
    min-height: 70px;
}


footer .foot_opstion ul.cookies {
    background: #efefef;
}

footer .foot_opstion ul.cookies a {
    background: #99cd45;
    color: #fff;
    text-align: center;
    line-height: 36px;
    height: 36px;
    width: 160px;
    border-radius: 5px;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
}

footer .foot_opstion ul li {
    position: relative;
    float: left;
    width: 100%;
}

footer .foot_opstion ul li a {
    font-size: 16px;
    display: block;
    width: 100%;
    line-height: 40px;
    color: #000000;
    font-weight: 600;
}

footer .foot_opstion ul li ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border: none;
    min-height: 90px;
}

footer .foot_opstion ul li ul li {
    position: relative;
    float: left;
    width: 100%;
}

footer .foot_opstion ul li ul li a {
    font-size: 14px;
    display: block;
    width: 100%;
    line-height: 30px;
    height: 30px;
    color: #353535;
    padding-left: 15px;
    font-weight: normal;
}

footer .foot_opstion ul li ul li a:hover {
    color: #8ac731;
}

footer .foot_opstion ul li ul li a::after {
    content: '';
    width: 4px;
    height: 1px;
    background: #8ac731;
    left: 8px;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

footer .foot_opstion .Follow_Us {
    position: relative;
    float: left;
    padding: 20px;
    width: 100%;
}

footer .foot_opstion .Follow_Us p {
    width: 100%;
    float: left;
    position: relative;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 550;
    margin-bottom: 40px;
}

footer .foot_opstion .Follow_Us ul {
    margin: 0;
    padding: 0;
    display: block;
    margin-left: 50%;
    transform: translateX(-50%);
    border: none;
    position: relative;
    width: 320px;
}

footer .foot_opstion .Follow_Us ul li {
    height: 40px;
    width: 80px;
    position: relative;
    float: left;
    padding: 0 20px;
}

footer .foot_opstion .Follow_Us ul li img {
    width: 40px;
    height: 40px;
    position: relative;
    float: left;
    object-fit: cover;
}

footer .foot_logo {
    position: relative;
    float: left;
    width: 100%;
    height: 132px;
    padding: 30px 40px;
}

footer .foot_logo .logo {
    width: 50%;
    position: relative;
    float: left;
    height: 50%;
}

footer .foot_logo .logo img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
    display: block;
    height: 20px;
}

footer .foot_logo .logo3 {
    width: 50%;
    position: relative;
    float: left;
    height: 50%;
}

footer .foot_logo .logo3 img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
    display: block;
    height: 30px;
}

footer .foot_logo .filing {
    height: 50%;
    position: relative;
    width: 50%;
    float: left;
}

footer .foot_logo .filing p {
    line-height: 20px;
    height: 20px;
    margin-top: 12px;
    color: #000000;
    /* text-align: center; */
    position: relative;
    display: block;
    width: 100%;
    font-size: 12px;
    margin-bottom: 0;
}

footer .foot_logo .filing p a {
    color: #000;
}

footer .foot_logo .logo2 {
    width: 50%;
    position: relative;
    float: left;
    height: 50%;
}

footer .foot_logo .logo2 ul {
    position: relative;
    float: right;
    padding: 0;
    list-style: none;
    margin-top: 12px;
}

footer .foot_logo .logo2 ul li {
    position: relative;
    float: left;
    margin-left: 20px;
}

footer .foot_logo .logo2 ul li::after {
    content: '|';
    position: absolute;
    height: 12px;
    right: -10px;
    transform: translateX(50%);
    width: 20px;
    color: #000000;
    top: 0;
    height: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}

footer .foot_logo .logo2 ul li:last-child::after {
    display: none;
}

footer .foot_logo .logo2 ul li a {
    width: 100%;
    font-size: 12px;
    display: block;
    color: #000000;
    line-height: 20px;
    height: 20px;
}

footer .foot_logo .logo2 .dic {
    background: #8ac731;
    color: #fff;
    padding: 0 6px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    position: relative;
    float: right;
}

/* 搜索页面 */
.search_panel {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 777777;
    display: none;
    cursor: pointer;
}

.search_panel .from_panel {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    min-width: 300px;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, .15);
    width: 600px;
}

.search_panel .from_panel input {
    width: 100%;
    height: 60px;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    position: relative;
    float: left;
    font-size: 16px;
}

.search_panel .from_panel button {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 60px;
    height: 60px;
    border: none;
    background: url("../img/search_on.png") center center no-repeat;
    background-size: 50px 50px;
    outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}

/* 语言选择 */
.language_panel {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 777777;
    display: none;
    cursor: pointer;
}

.language_panel .language_div {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 616px;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, .15);
    min-width: 300px;
}

.language_panel .language_div a {
    position: relative;
    float: left;
    width: 48%;
    margin-right: 4%;
    line-height: 80px;
    border: 1px solid #e9e9e9;
    border-bottom: 3px #8ac731 solid;
    font-size: 16px;
    text-align: center;
    color: #000000;
}

.language_panel .language_div a:hover {
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
}

.language_panel .language_div a::after {
    content: '>';
    color: #8ac731;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    position: absolute;
}

.language_panel .language_div a:nth-child(2),
.language_panel .language_div a:nth-child(4) {
    margin-right: 0;
}

.language_panel .language_div a:nth-child(1),
.language_panel .language_div a:nth-child(2) {
    margin-bottom: 20px;
}


/* 个人信息保护方针 */
.clauseProtect_panel {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 777777;
    display: none;
    cursor: pointer;
}

.clauseProtect_panel .clausePanel {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    max-width: 800px;
    padding: 20px 20px 60px 20px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, .15);
    min-width: 300px;
    height: 60%;
    border: 3px #eee solid;
}

.clauseProtect_panel .clausePanel .colse_bnt {
    top: -20px;
    right: -20px;
    position: absolute;
    width: 40px;
    height: 40px;
}

.clauseProtect_panel .clausePanel .colse_bnt img {
    width: 40px;
    height: 40px;
    display: block;
    object-fit: cover;
}

.clauseProtect_panel .clausePanel .cont {
    width: 100%;
    position: relative;
    float: left;
    height: 100%;
    overflow-y: auto;
}

.clauseProtect_panel .clausePanel .cont .text_demo {
    border-bottom: 1px solid #e7e7e7;
    position: relative;
    margin-bottom: 10px;
    padding-left: 45px;
    padding-bottom: 40px;
    float: left;
    width: 100%;
}

.clauseProtect_panel .clausePanel .cont .text_demo h4 {
    font-weight: 700;
    font-size: 22px;
    width: 100%;
    line-height: 30px;
    position: relative;
    float: left;
}

.clauseProtect_panel .clausePanel .cont .text_demo2 {
    padding-left: 0;
}

.clauseProtect_panel .clausePanel .cont .text_demo h2 {
    margin-bottom: 20px;
    text-indent: 0;
}

.clauseProtect_panel .clausePanel .cont .text_demo h4 span {
    position: absolute;
    left: -40px;
    font-size: 27px;
    color: #8ac731;
    font-weight: 700;
}

.clauseProtect_panel .clausePanel .cont .text_demo p {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    float: left;
    width: 100%;
    text-indent: 0;
    color: #474747;
    display: block;
}

.clauseProtect_panel .clausePanel .cont .text_demo p a {
    width: 400px;
    position: relative;
    float: left;
    margin-left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    height: 75px;
    line-height: 75px;
    font-size: 16px;
    border: 1px solid #e7e7e7;
    text-align: center;
    color: #474747;
}

.clauseProtect_panel .clausePanel .cont .text_demo p a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #8ac731;
}

@media (max-width: 800px) {
    .clauseProtect_panel .clausePanel .cont .text_demo {
        padding-left: 15px;
        padding-bottom: 25px;
    }

    .clauseProtect_panel .clausePanel .cont .text_demo2 {
        margin-bottom: 0;
        padding-bottom: 0 !important;
    }

    .clauseProtect_panel .clausePanel .cont .text_demo h4 {
        padding-left: 35px;
        font-size: 18px;
    }

    .clauseProtect_panel .clausePanel .cont .text_demo h4 span {
        left: 0;
    }

    .clauseProtect_panel .clausePanel .cont .text_demo h2 {
        font-size: 18px;
        font-weight: 550;
        padding-left: 10px;
    }

    .clauseProtect_panel .clausePanel .cont .text_demo {
        padding-left: 0;
    }

    .clauseProtect_panel .clausePanel .cont .text_demo p {
        font-size: 14px;
    }

    .clauseProtect_panel .clausePanel .cont .text_demo p a {
        width: 100%;
        margin-top: 30px;
        height: 60px;
        line-height: 60px;
    }
}

.clauseProtect_panel .clausePanel .consentBtn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    height: 36px;
    line-height: 36px;
    width: 120px;
    background: #8ac731;
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: block;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
}

/* 返回顶部 */
.footer-pagetop {
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 75px;
    height: 75px;
    border-radius: 10px;
    background-color: #8ac731;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, .1);
    text-align: center;
    z-index: 400;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: .4s;
    cursor: pointer;
}

.footer-pagetop::after {
    content: '';
    background: url('../img/top.png');
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

/* 头部图片 */
.top_pic {
    position: relative;
    float: left;
    width: 100%;
}

.top_pic img {
    max-width: 100%;
    height: auto;
    display: block;
}


/* 处理 手机端 */
@media (max-width: 1200px) {
    body {
        padding-top: 60px;
    }

    header {
        height: 60px;
        /* position: absolute; */
    }

    .row {
        margin: 0;
    }

    header nav {
        height: 60px;
        position: absolute !important;
        left: 0;
        top: 0;
        width: 100%;
    }

    header .container-fluid {
        padding: 0 15px;
        height: 60px;
    }

    header .container-fluid .top {
        height: 60px;
    }

    header .container-fluid .top .language {
        /* width: ; */
    }

    header .container-fluid .top .language ul li:nth-child(1),
    header .container-fluid .top .language ul li:nth-child(2),
    header .container-fluid .top .language ul li:nth-child(3) {
        display: none;
    }

    header .container-fluid .top .logo {
        width: 200px;
        height: 60px;
    }

    header .container-fluid .top .logo a {
        margin-top: 18px;
    }

    header .container-fluid .top .logo a img {
        height: 24px;
        width: 180px;
    }

    header .container-fluid .nav_options {
        top: 60px;
        background: #f9f9f9;
        height: auto;
        padding: 0;
        overflow: hidden;
        overflow-y: auto;
        transition: all .3s ease;
    }

    header .container-fluid .mune_close {
        height: 0 !important;
    }

    header .container-fluid .nav_options ul {
        width: 100%;
        height: auto;
    }

    header .container-fluid .nav_options ul li {
        width: 100%;
        min-height: 60px;
        /* padding: 0 40px; */
    }

    header .container-fluid .nav_options ul li::before {
        background: #e2e2e2;
        content: '';
        bottom: 0;
        left: 10%;
        width: 80%;
        height: 1px;
        position: absolute;
    }


    header .container-fluid .nav_options ul li:last-child::before {
        display: none;
    }

    header .container-fluid .nav_options ul li a {
        width: 160px;
        /* width: 100%; */
        margin-left: 50%;
        transform: translateX(-50%);
        height: 60px;
        line-height: 60px;
    }

    header .container-fluid .nav_options ul li.bottom_icon::after {
        width: 20px;
        height: 20px;
        position: absolute;
        right: 20px;
        top: 20px;
        content: '';
        background: url('../img/bottom.png');
        background-size: 20px 20px;
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transition: all 0.3s ease-in-out;
    }

    /* header .container-fluid .nav_options ul li.rotate ul{
        height: 0;
    } */

    header .container-fluid .nav_options ul li.rotate::after {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
    }

    header .container-fluid .nav_options ul li:last-child a {
        border: none;
    }


    header .container-fluid .nav_options ul li ul {
        opacity: 1;
        transition: all 0.3s;
    }

    /*
    header .container-fluid .nav_options ul li ul li:last-child{
        border: none;
    } */

    header .container-fluid .nav_options ul li ul li a {
        height: 30px;
        line-height: 30px;
        width: 100%;
        position: relative;
        float: left;
        display: block;
        text-align: center;
        border: none;
        margin-top: 15px;
        padding-left: 60px;
        font-size: 14px;
        color: #272727;
    }

    header .container-fluid .nav_options ul li ul li a::after {
        content: '';
        width: 4px;
        height: 1px;
        background: #8ac731;
        left: 45%;
        top: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
    }

    header .container-fluid .top .language {
        width: 90px;
    }

    header .container-fluid .top .language ul {
        width: auto;
    }

    header .container-fluid .top .language ul li a img {
        width: 22px;
        height: 22px;
        margin: 0 0 0 10px;
    }

    .bottom_logo {
        display: block;
    }


    .language_panel .language_div {
        width: 300px;
    }

    .search_panel .from_panel input {
        height: 40px;
    }

    .search_panel .from_panel button {
        right: 25px;
        top: 25px;
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
    }

    .search_panel .from_panel {
        width: 300px;
    }

    .language_panel .language_div a {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
        line-height: 50px;
    }


    /* 尾部 */

    footer .share_panel {
        padding: 10px;
    }

    footer .foot_opstion {
        background: #f3f3f3;
        padding: 20px 10px;
    }

    footer .foot_opstion ul {
        width: 50%;
        border: none;
        padding: 0 10px;
    }

    footer .foot_opstion ul li a {
        font-size: 14px;
    }

    footer .foot_opstion ul li ul {
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
        border: none;
        min-height: 90px;
    }

    footer .foot_opstion ul li ul li {
        position: relative;
        float: left;
        width: 100%;
        padding-left: 30px;
    }

    footer .foot_opstion .Follow_Us p {
        margin-bottom: 20px;
    }

    footer .foot_opstion .Follow_Us ul {
        margin: 0;
        padding: 0;
        display: block;
        margin-left: 50%;
        transform: translateX(-50%);
        border: none;
        position: relative;
        width: 320px;
    }

    footer .foot_logo {
        height: auto;
        padding: 10px;
    }

    footer .foot_logo .logo {
        width: 100%;
        height: 40px;
    }

    footer .foot_logo .logo3 {
        width: 100%;
        height: 30px;
    }

    footer .foot_logo .logo img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        height: 18px;
    }

    footer .foot_logo .logo3 img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        height: 24px;
    }

    footer .foot_logo .filing {
        width: 100%;
        height: 40px;
    }

    footer .foot_logo .filing p {
        line-height: 20px;
        height: 40px;
        font-size: 12px;
        margin-top: 0;
        transform: translateY(0);
        text-align: center;
    }

    footer .foot_logo .filing p a {
        color: #000;
    }

    footer .foot_logo .logo2 {
        width: 100%;
        height: 40px;
    }

    footer .foot_logo .logo2 ul {
        width: 260px;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        float: none;
    }

    footer .foot_logo .logo2 ul li {
        height: 20px;
    }

    footer .foot_logo .logo2 .dic {
        margin-top: 10px;
    }

    /* footer .foot_logo .logo2 img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 68px;
        height: 30px;
    } */

    .title_panel {
        margin: 20px 0;
    }

    .title_panel p {
        height: 30px;
        font-size: 22px;
        line-height: 30px;
    }

    /* 返回顶部 */
    .footer-pagetop {
        opacity: 0;
        right: 20px;
        width: 40px;
        height: 40px;
    }

    .footer-pagetop::after {
        background-size: 20px 20px;
        width: 20px;
        height: 20px;

    }


    /* 头部图片 */
    .top_pic {
        position: relative;
        float: left;
        width: 100%;
    }

    .top_pic img {
        object-fit: cover;
        height: 120px;
        width: 100%;
        display: block;
    }


    .path_panel a:first-child {
        margin-left: 20px;
    }
}

/* 其他 */
.container_panel {
    /* max-width: 1280px; */
    max-width: 1170px;
    margin-left: 50%;
    transform: translateX(-50%);
    position: relative;
    float: left;
    width: 100%;
}

.container_panel2 {
    /* max-width: 1280px; */
    max-width: 1170px;
    margin-left: 50%;
    transform: translateX(-50%);
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}

.path_panel {
    position: relative;
    float: left;
    height: 40px;
    width: 100%;
    padding: 10px 0;
    background: #f3f3f3;
}

.path_panel a {
    font-size: 14px;
    color: #444;
    font-weight: 700;
    line-height: 20px;
    height: 20px;
    position: relative;
    float: left;
    display: block;
}

.path_panel a.active {
    color: #8ac731;
}



.paging_panel {
    width: 100%;
    position: relative;
    height: 60px;
    float: left;
    margin-top: 30px;
}

.paging_panel nav {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.paging_panel .pagination>li>a,
.pagination>li>span {
    color: #8ac731;
    padding: 6px 24px;
}

.paging_panel .pagination>li>a:hover {
    background: #8ac731;
    color: #fff;
}

@media (max-width:767px) {

    /* 标题 */
    .title_panel {
        position: relative;
        float: left;
        width: 100%;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .title_panel p::after {
        content: '';
        position: absolute;
        left: -40px;
        height: 3px;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        background: #8ac731;
    }

    .title_panel p::before {
        content: '';
        position: absolute;
        right: -40px;
        height: 3px;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        background: #8ac731;
    }


    .paging_panel {
        margin-top: 0;
    }

    .paging_panel nav {
        width: 100%;
        float: left;
        position: relative;
        transform: translate(0, 0);
        left: 0;
        top: 0;
    }

    .paging_panel .pagination>li>a,
    .pagination>li>span {
        padding: 6px 12px;
    }
}

.cookice{
    position: fixed;
    width: 100%;
    overflow:hidden;
    padding: 10px 40px;
    left: 0;
    bottom: 0;
    right: 0;
    background: #efefef;
    z-index: 777777;
    padding-right: 150px;
}

.cookice p{
    line-height: 36px;
    position: relative;
    float: left;
    margin-top: 10px;
    font-size: 16px;
    color: #141414;
}

.cookice p a{
    color: black;
    cursor: pointer;
}

.cookice .hidden_cookice{
    position: absolute;
    border-radius: 5px;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    background: #8ac731;
    width: 120px;
    height: 36px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    display: block;
    cursor: pointer;
}

.cookice2{
    position: relative;
    float: left;
    width: 100%;
    z-index: 787;
}
/* 中国区 手机二维码 */
.phone_qr {
    /*width: 200px;*/
    height: auto;
    position: relative;
    float: left;
    margin-left: 50%;
    margin-bottom: 30px;
    transform: translateX(-50%);
}